﻿2026-08-18T03:24:49.2812896Z ##[group]Run actions/checkout@v5
2026-08-18T03:24:49.2813545Z with:
2026-08-18T03:24:49.2813836Z   repository: BigscreenVR/spt-bs-core
2026-08-18T03:24:49.2815565Z   token: ***
2026-08-18T03:24:49.2815834Z   ssh-strict: true
2026-08-18T03:24:49.2816069Z   ssh-user: git
2026-08-18T03:24:49.2816307Z   persist-credentials: true
2026-08-18T03:24:49.2816577Z   clean: true
2026-08-18T03:24:49.2816821Z   sparse-checkout-cone-mode: true
2026-08-18T03:24:49.2817097Z   fetch-depth: 1
2026-08-18T03:24:49.2817363Z   fetch-tags: false
2026-08-18T03:24:49.2817602Z   show-progress: true
2026-08-18T03:24:49.2817846Z   lfs: false
2026-08-18T03:24:49.2818072Z   submodules: false
2026-08-18T03:24:49.2818316Z   set-safe-directory: true
2026-08-18T03:24:49.2818601Z   allow-unsafe-pr-checkout: false
2026-08-18T03:24:49.2818997Z ##[endgroup]
2026-08-18T03:24:49.5053904Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T03:24:49.5055315Z ##[group]Getting Git version info
2026-08-18T03:24:49.5055867Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-18T03:24:49.5364156Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-18T03:24:49.5992134Z git version 2.43.0.windows.1
2026-08-18T03:24:49.6015991Z ##[endgroup]
2026-08-18T03:24:49.6025384Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2e906467-6651-455e-801c-ff865b0c1766\.gitconfig'
2026-08-18T03:24:49.6040914Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2e906467-6651-455e-801c-ff865b0c1766' before making global git config changes
2026-08-18T03:24:49.6042031Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T03:24:49.6046535Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-18T03:24:49.6870324Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-18T03:24:49.7077583Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T03:24:49.7101635Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T03:24:49.7105853Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T03:24:49.7323944Z HEAD
2026-08-18T03:24:50.2051583Z ##[endgroup]
2026-08-18T03:24:50.2055467Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-18T03:24:50.6606392Z ##[group]Cleaning the repository
2026-08-18T03:24:50.6611257Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-18T03:24:59.7896743Z Removing target/
2026-08-18T03:24:59.7927507Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-18T03:24:59.9243364Z HEAD is now at 6a13e365e Merge 2bd36f1d557228c134ba1791c84f584cb8c8c8d1 into d9eb7d43e29c50b20d4ae32dcadce19c40598df7
2026-08-18T03:24:59.9269055Z ##[endgroup]
2026-08-18T03:24:59.9273861Z ##[group]Disabling automatic garbage collection
2026-08-18T03:24:59.9278998Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-18T03:24:59.9622572Z ##[endgroup]
2026-08-18T03:24:59.9622978Z ##[group]Setting up auth
2026-08-18T03:24:59.9630935Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-18T03:24:59.9902373Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-18T03:25:00.4818293Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T03:25:00.5083437Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-18T03:25:00.9636528Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T03:25:00.9876555Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-18T03:25:01.5541996Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-18T03:25:01.5866690Z ##[endgroup]
2026-08-18T03:25:01.5866993Z ##[group]Fetching the repository
2026-08-18T03:25:01.5874021Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f967208e327fadd0103552d72c85a0475a734abe:refs/remotes/origin/golden/nameplate-181
2026-08-18T03:25:03.2043392Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T03:25:03.2043781Z  * [new ref]             f967208e327fadd0103552d72c85a0475a734abe -> origin/golden/nameplate-181
2026-08-18T03:25:03.2178851Z ##[endgroup]
2026-08-18T03:25:03.2179194Z ##[group]Determining the checkout info
2026-08-18T03:25:03.2180853Z ##[endgroup]
2026-08-18T03:25:03.2185960Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-18T03:25:03.2475897Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-18T03:25:03.2711297Z ##[group]Checking out the ref
2026-08-18T03:25:03.2715972Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/nameplate-181 refs/remotes/origin/golden/nameplate-181
2026-08-18T03:25:03.3981151Z branch 'golden/nameplate-181' set up to track 'origin/golden/nameplate-181'.
2026-08-18T03:25:03.3981910Z Previous HEAD position was 6a13e365e Merge 2bd36f1d557228c134ba1791c84f584cb8c8c8d1 into d9eb7d43e29c50b20d4ae32dcadce19c40598df7
2026-08-18T03:25:03.3982529Z Switched to a new branch 'golden/nameplate-181'
2026-08-18T03:25:03.4012222Z ##[endgroup]
2026-08-18T03:25:03.4355367Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-18T03:25:03.4676026Z f967208e327fadd0103552d72c85a0475a734abe
